added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / VBLinqToDataSets / VBLinqToDataSets.vbproj
blob8568701c0a9b142da044cf60d2a282ec954656e7
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>9.0.30729</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{413EA111-D40B-46F8-9793-34DCA625CACB}</ProjectGuid>
9     <OutputType>Exe</OutputType>
10     <StartupObject>VBLinqToDataSets.MainModule</StartupObject>
11     <RootNamespace>VBLinqToDataSets</RootNamespace>
12     <AssemblyName>VBLinqToDataSets</AssemblyName>
13     <FileAlignment>512</FileAlignment>
14     <MyType>Console</MyType>
15     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
16     <OptionExplicit>On</OptionExplicit>
17     <OptionCompare>Binary</OptionCompare>
18     <OptionStrict>Off</OptionStrict>
19     <OptionInfer>On</OptionInfer>
20   </PropertyGroup>
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22     <DebugSymbols>true</DebugSymbols>
23     <DebugType>full</DebugType>
24     <DefineDebug>true</DefineDebug>
25     <DefineTrace>true</DefineTrace>
26     <OutputPath>..\Debug\</OutputPath>
27     <DocumentationFile>VBLinqToDataSets.xml</DocumentationFile>
28     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31     <DebugType>pdbonly</DebugType>
32     <DefineDebug>false</DefineDebug>
33     <DefineTrace>true</DefineTrace>
34     <Optimize>true</Optimize>
35     <OutputPath>..\Release\</OutputPath>
36     <DocumentationFile>VBLinqToDataSets.xml</DocumentationFile>
37     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
38   </PropertyGroup>
39   <ItemGroup>
40     <Reference Include="System" />
41     <Reference Include="System.configuration" />
42     <Reference Include="System.Data" />
43     <Reference Include="System.Deployment" />
44     <Reference Include="System.Xml" />
45     <Reference Include="System.Core">
46       <RequiredTargetFramework>3.5</RequiredTargetFramework>
47     </Reference>
48     <Reference Include="System.Xml.Linq">
49       <RequiredTargetFramework>3.5</RequiredTargetFramework>
50     </Reference>
51     <Reference Include="System.Data.DataSetExtensions">
52       <RequiredTargetFramework>3.5</RequiredTargetFramework>
53     </Reference>
54   </ItemGroup>
55   <ItemGroup>
56     <Import Include="Microsoft.VisualBasic" />
57     <Import Include="System" />
58     <Import Include="System.Collections" />
59     <Import Include="System.Collections.Generic" />
60     <Import Include="System.Data" />
61     <Import Include="System.Diagnostics" />
62     <Import Include="System.Linq" />
63     <Import Include="System.Xml.Linq" />
64   </ItemGroup>
65   <ItemGroup>
66     <Compile Include="MainModule.vb" />
67     <Compile Include="My Project\AssemblyInfo.vb" />
68     <Compile Include="My Project\Application.Designer.vb">
69       <AutoGen>True</AutoGen>
70       <DependentUpon>Application.myapp</DependentUpon>
71     </Compile>
72     <Compile Include="My Project\Resources.Designer.vb">
73       <AutoGen>True</AutoGen>
74       <DesignTime>True</DesignTime>
75       <DependentUpon>Resources.resx</DependentUpon>
76     </Compile>
77     <Compile Include="My Project\Settings.Designer.vb">
78       <AutoGen>True</AutoGen>
79       <DependentUpon>Settings.settings</DependentUpon>
80       <DesignTimeSharedInput>True</DesignTimeSharedInput>
81     </Compile>
82     <Compile Include="SQLServer2005DBDataSet.Designer.vb">
83       <AutoGen>True</AutoGen>
84       <DesignTime>True</DesignTime>
85       <DependentUpon>SQLServer2005DBDataSet.xsd</DependentUpon>
86     </Compile>
87   </ItemGroup>
88   <ItemGroup>
89     <EmbeddedResource Include="My Project\Resources.resx">
90       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
91       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
92       <CustomToolNamespace>My.Resources</CustomToolNamespace>
93       <SubType>Designer</SubType>
94     </EmbeddedResource>
95   </ItemGroup>
96   <ItemGroup>
97     <None Include="app.config" />
98     <None Include="My Project\Application.myapp">
99       <Generator>MyApplicationCodeGenerator</Generator>
100       <LastGenOutput>Application.Designer.vb</LastGenOutput>
101     </None>
102     <None Include="My Project\Settings.settings">
103       <Generator>SettingsSingleFileGenerator</Generator>
104       <CustomToolNamespace>My</CustomToolNamespace>
105       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
106     </None>
107     <None Include="SQLServer2005DBDataSet.xsc">
108       <DependentUpon>SQLServer2005DBDataSet.xsd</DependentUpon>
109     </None>
110     <None Include="SQLServer2005DBDataSet.xsd">
111       <Generator>MSDataSetGenerator</Generator>
112       <LastGenOutput>SQLServer2005DBDataSet.Designer.vb</LastGenOutput>
113       <SubType>Designer</SubType>
114     </None>
115     <None Include="SQLServer2005DBDataSet.xss">
116       <DependentUpon>SQLServer2005DBDataSet.xsd</DependentUpon>
117     </None>
118   </ItemGroup>
119   <ItemGroup>
120     <Content Include="ReadMe.txt" />
121   </ItemGroup>
122   <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
123   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
124        Other similar extension points exist, see Microsoft.Common.targets.
125   <Target Name="BeforeBuild">
126   </Target>
127   <Target Name="AfterBuild">
128   </Target>
129   -->
130 </Project>